﻿.bottomImg {
    height: 628px;
    position: relative;
    width: 100%;
    min-width: 1440px;
    overflow: hidden;
}

.bottomImg img {
    height: 628px;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 1440px;
    transform: translate(-50%, -50%);
}

.bottomMsg {
    position: relative;
    height: 173px;
    background-color: #1A2334;
    box-sizing: border-box;
    width: 1440px;
    margin: 0 auto;
    padding-top: 35px;

    padding-left: 138px;
    padding-right: 111px;

}

.borderRight {
    border-right: 1px solid #5C5C5C;
}

/* .bottomMsg::after {
    content: '';
    position: absolute;
    background: #5C5C5C;
    width: 1256px;
    height: 1px;
    bottom: 0;
    right: 50.8%;
    transform: translateX(50%);
} */
.about {
    display: inline-block;
    width: 244px;
    height: 92px;
    border-right: 1px solid #5C5C5C;
}

.contact {
    display: inline-block;
    width: 623px;
    height: 92px;
    padding-left: 50px;
    box-sizing: border-box;
}

.code {
    display: inline-block;
    width: 311px;
    font-size: 0;
    vertical-align: bottom;
}

.code div {
    display: inline-block;
    width: 78px;
    font-size: 16px;
    margin-right: 24.5px !important;
    height: 78px;
}

.code div:last-child {
    margin-right: 0;
}

.code div img {
    border-radius: 3px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.about_text a {
    opacity: 0.6;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: 400;
}

.about_text a:hover {
    opacity: 1;
    text-decoration: underline;
}


.title_about {
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: 400;
    margin-bottom: 16px;
}

.SelectList {
    opacity: 0.6;
    position: relative;
    background-color: transparent;
    top: -4px;
    left: 0px;
    border-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    display: block;
    height: 22px;
    overflow: hidden;
    font-size: 13px;
    text-align: left;
    -webkit-appearance: none;
    /* 去除默认外观 */
    -moz-appearance: none;
    /* 针对Firefox */
    appearance: none;
    /* 通用外观重置 */
}

.SelectList:hover {
    cursor: pointer;
}

.DivSelect {
    float: left;
    position: relative;
    background-color: transparent;
    height: 17px;
    overflow: hidden;
    border-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}

.DivSelect:hover {
    cursor: pointer;
}

.SelectList:hover {
    opacity: 1;
    text-decoration: underline;
}

.DivSelect:hover {
    opacity: 1;
}


.copyRight {
    width: 100%;
    height: 50px;
    background-color: #1169DD;
    min-width: 1440px;

}

.copyRightBox {
    text-align: center;
    margin: 0 auto;
    width: 1440px;
}

.copyRightBox div {
    display: inline-block;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 50px;
    margin-right: 20px;
}

.botMsg {
    opacity: 0.6;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: 400;
}

.gov:link {
    /* opacity: 0.6; */
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: 400;
}

.gov {
    /* opacity: 0.6; */
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: 400;
}

.gov:hover {
    opacity: 1;
}

.insurance {
    display: inline-block;
    /* background-size: 48px 32px; */
    width: 48px;
    height: 32px;
    background-size: contain !important;
    vertical-align: middle;

}

.full-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999999999;
}

.full-screen img {
    max-width: 50%;
    max-height: 50%;
}

.ermimg {
    cursor: pointer;
}

.menu-content {
    margin-bottom: 80px !important;
}
